home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / Screens / rsinterf.proto.h < prev    next >
Encoding:
Text File  |  1995-03-23  |  1.6 KB  |  43 lines  |  [TEXT/CWIE]

  1.  /* rsinterf.proto.h */
  2.  
  3. void    RSunload(void);
  4. void RSselect(short w, Point pt, EventRecord theEvent);
  5. void RSzoom(GrafPtr window, short code, short shifted);
  6. short RSupdate(GrafPtr wind);
  7. short RSTextSelected(short w);
  8. void RSskip(short w, Boolean on);
  9. short RSsize(GrafPtr window, long *where, long modifiers);
  10. void RSshow(short w);
  11. Boolean RSsetcolor(short w, short n, RGBColor Color);
  12. void RSsendstring(short w, char *ptr, short len);
  13. short RSnewwindow(RectPtr wDims,short scrollback, short width, short lines, StringPtr name, short wrapon, 
  14.     short fnum, short fsiz, short showit, short goaway, short forcesave, short screenNumber);
  15. short RSmouseintext(short w, Point myPoint);
  16. void RSkillwindow(short w);
  17. RGBColor RSgetcolor(short w, short n);
  18. void RShide(short w);
  19. GrafPtr RSgetwindow(short w);
  20. char **RSGetTextSel(short w, short table);
  21. RgnHandle RSGetTextSelRgn(short w);
  22. short RSfindvwind(GrafPtr wind);
  23. void RSdeactivate(short w);
  24. void RScursblink(short w);
  25. void RScursblinkon(short w);
  26. void RScursblinkoff(short w);
  27. void RScprompt(short w);
  28. void RScalcwsize(short w, short width);
  29. short RSclick(GrafPtr window, EventRecord theEvent);
  30. void RSactivate(short w);
  31. short ClickInContent(Point where, short w);
  32. Point getlocalmouse(GrafPtr wind);
  33. void RSchangefont(short w, short fnum, long fsiz);
  34. short RSgetfont(short w, short *pfnum, short *pfsiz);
  35. void RSfontmetrics(void);
  36. pascal void ScrollProc(ControlHandle control, short part);
  37. void FlashSelection(short w);
  38. Boolean PointInSelection(Point curr, short w);
  39. void UnHiliteSelection(short w);
  40. void HiliteThis(short w, Point begin, Point end);
  41. void RSUpdatePalette(void);
  42. Boolean RSisInFront(short w);
  43.